release: v0.27.0#84
Merged
Merged
Conversation
|
| Filename | Overview |
|---|---|
| package.json | Updates the npm package version from 0.26.2 to 0.27.0. |
| manifest.json | Aligns the desktop extension manifest with version 0.27.0. |
| src/server.ts | Updates the MCP server-reported version to 0.27.0. |
| src/worker.ts | Updates the version exposed by the Worker information endpoint. |
| src/core/client.ts | Updates the SPARQL request User-Agent to identify release 0.27.0. |
| skills/italian-parliament-cli/references/commands.md | Documents Senate giunte, source-data limitations, and the corresponding committees command. |
| LOG.md | Adds the v0.27.0 release notes and descriptions of its previously merged fixes. |
Reviews (2): Last reviewed commit: "release: v0.27.0 — Giunte Senato, sigle ..." | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Release prep for v0.27.0 of the Italian Parliament MCP/CLI project, aligning version strings across runtime entrypoints and packaging metadata, and updating the public changelog + CLI skill reference to reflect the fixes included in the release.
Changes:
- Bump version to 0.27.0 in server/worker metadata, SPARQL client User-Agent, and distribution manifests.
- Update CLI skill documentation for
committees listto include Senato “Giunte” behavior and missing-source caveats. - Add a v0.27.0 entry to
LOG.mddescribing the included fixes and verification status.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/worker.ts | Updates Worker root info JSON version to 0.27.0. |
| src/server.ts | Updates MCP server version to 0.27.0. |
| src/core/client.ts | Updates SPARQL User-Agent to 0.27.0. |
| skills/italian-parliament-cli/references/commands.md | Updates committees list description and adds a Senato Giunte example + data-gap warning. |
| package.json | Bumps npm package version to 0.27.0. |
| manifest.json | Bumps DXT manifest version to 0.27.0. |
| LOG.md | Adds the v0.27.0 changelog entry for the release contents. |
aborruso
added a commit
that referenced
this pull request
Jul 26, 2026
…ionate Da review PR #84: nel LOG, che è pubblico, i path a docs/note-gestori-lod/ e docs/campagna-parlamento-aperto/ sono link morti su GitHub. Nota una tantum in testa al file invece di ripeterlo in ogni voce. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…orizzazioni Bump nei 5 punti (package, server, worker, client User-Agent, manifest). 43 tool invariati, 219 test verdi. LOG e skill CLI aggiornati. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
aborruso
force-pushed
the
release/v0.27.0
branch
from
July 26, 2026 09:27
1c746ef to
390a49d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump di versione nei 5 punti previsti da
RELEASING.md(package.json,src/server.ts,src/worker.ts,src/core/client.ts,manifest.json), piùLOG.mde la skill CLI.Cosa contiene la release
Tre fix già mergiati, nati dalla gap analysis news-driven di stamattina. Hanno in comune la stessa famiglia di difetto: un vuoto che sembra assenza di dato ma è un problema di identificatori o di criterio.
committees(Senato): da 12 a 75 organi con--legislature. Comparivano 12 righe su 27 organi con sedute, e nessuna delle 4 Giunte — inclusa quella delle elezioni e immunità, sede delle autorizzazioni a procedere.vote-detail:--group-acronymnon restituisce più zero righe in silenzio quando la sigla è quella digroups liste non quella del dataset votazioni.which: la Giunta per le autorizzazioni è raggiungibile, "immunità parlamentare" non porta più alla ricerca per nome.In tutti e tre i casi il codice interroga il dato e rende visibile ciò che manca, senza mappature inventate a valle. I buchi della fonte sono finiti nel wiki LOD, nel punto 13 della nota al Webmaster Senato e nella nuova scheda B6 del dossier di campagna.
Verifiche
tsc --noEmitpulito,npm run build,npm run build:workernpm test -- --run→ 219 test verdi🤖 Generated with Claude Code